home *** CD-ROM | disk | FTP | other *** search
- Path: news.mindlink.net!news
- From: genew@mindlink.bc.ca (Gene Wirchenko)
- Newsgroups: comp.lang.c
- Subject: Re: void main() and other atrocities!
- Date: Mon, 05 Feb 1996 23:12:17 GMT
- Organization: MIND LINK! - British Columbia, Canada
- Message-ID: <4f6309$o2b@fountain.mindlink.net>
- References: <4eduaj$1aq@grouper.Exis.Net> <4epplj$egf@host-3.cyberhighway.net> <4erjn2INN38b@keats.ugrad.cs.ubc.ca> <9602021300.AA04359@dxmint.cern.ch> <4f4ifv$h8f@charm.il.ft.hse.nl>
- NNTP-Posting-Host: line033.nwm.mindlink.net
- X-Newsreader: Forte Free Agent 1.0.82
-
- robert@il.ft.hse.nl (Robert Klep) wrote:
-
- >Dan Pop <danpop@mail.cern.ch>:
- >>>You don't need main() to be defined has having any sort of return value unless
- >>>you plan to "return" out of it. If you use exit(0) like me, declaring the
- >>>function void is ok, since your function never returns.
- >>BULLSHIT. Please read the FAQ before posting such nonsense.
-
- >What happened with the 'if it works, it works' thought?
-
- > robert
-
- Possibly, it got sideswiped on a platform where "it" didn't work.
- If your code conforms to the Standard and doesn't work per the
- Standard, blame the compiler. If your code doesn't conform to the
- Standard, it's your problem. Is life so boring that you want more
- problems?
-
- "If it works, it works." = "It's good enough." not "It's good."
-
- Sincerely,
-
- Gene Wirchenko
-
- C Pronunciation Guide:
- y=x++; "wye equals ex plus plus semicolon"
- x=x++; "ex equals ex doublecross semicolon"
-
-